pygrub: Fix Grub2 support for Ubuntu 10.04
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Apr 2010 16:36:55 +0000 (17:36 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Apr 2010 16:36:55 +0000 (17:36 +0100)
commit757907af26fda8df608b58cbb3fede8eb03434c0
treee7da4de442de7d94f8fc460d3a7010e538d92458
parenta667809cd458f9fb8685553d90e90aaced2dfdc5
pygrub: Fix Grub2 support for Ubuntu 10.04

Due to changes in grub2, menu entry titles now have single quote
around them rather than double quotes, but the memtest entries still
are using double quotes, so we need to catch both.

Signed-off-by: David Markey <david.markey@citrix.com>
tools/pygrub/src/GrubConf.py